home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / uldial.zip / ULDEFINE.INC < prev    next >
Text File  |  1990-06-29  |  1KB  |  50 lines

  1. (***********************************************************************
  2.             Conditional Compiler Directives for Object Units
  3.                   New Communications Technology, Inc.
  4.                              Version 1.1
  5.                           by John Poindexter
  6. ************************************************************************)
  7.  
  8. (* Controls whether range and stack checking are on for ULDbase and ULData
  9.    units *)
  10.  
  11. {$DEFINE dbDebug}
  12.  
  13. (* Controls whether range and stack checking are on for ULRoot unit *)
  14.  
  15. {$DEFINE roDebug}
  16.  
  17. (* Controls whether range and stack checking are on for ULDial unit *)
  18.  
  19. {$DEFINE dlDebug}
  20.  
  21. (* Controls whether range and stack checking are on for ULStatus unit *)
  22.  
  23. {$DEFINE shDebug}
  24.  
  25. (* This controls whether the Variable Length Record routines are included *)
  26.  
  27. {$DEFINE UseVarRec}
  28.  
  29. (* Controls whether scroll bars are used *)
  30.  
  31. {$DEFINE UseScrollBars}
  32.  
  33. (* Controls whether mouse is used *)
  34.  
  35. {$DEFINE UseMouse}
  36.  
  37. (* Controls whether adjustable windows are used *)
  38.  
  39. {$DEFINE UseAdjustableWindows}
  40.  
  41. (* Controls whether shadows are used *)
  42.  
  43. {$DEFINE UseShadows}
  44.  
  45. (* Controls whether B-Tree Filer Network routines are used.  Note that if
  46.    UseNet is defined then you must make the appropriate defines in
  47.    BTDEFINE.INC *)
  48.  
  49. {$DEFINE UseNet}
  50.